@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 1600px) {
  .btext {
    left: 10%;
  }
  .play-video {
    width: 150px;
    height: 150px;
  }
  .btext span,
  .btext a {
    font-size: 14px;
  }
  .play-wr i {
    margin-right: 10px;
  }
  .since-wrap {
    width: 90%;
  }
  .since-text p {
    margin-bottom: 26px;
    font-size: 22px;
  }
  .since-year {
    padding-top: 20px;
  }
  .since-year small {
    font-size: 20px;
  }
  .product-info strong {
    font-size: 38px;
  }
  .product-info {
    bottom: 40px;
  }
  .journey-list li {
    padding: 48px 35px 0;
    height: 340px;
  }
  .mores {
    left: 0;
  }
  .ptext strong {
    font-size: 40px;
  }
  .introduct-wrap strong {
    font-size: 36px;
  }
  .plat-box {
    padding: 100px 0 120px;
  }
  .plat-info strong {
    font-size: 36px;
  }
  .plat-info {
    width: 35%;
  }
  .about-title {
    font-size: 36px;
  }
  .value-fix {
    width: 100%;
  }
  .value-imgs strong {
    font-size: 36px;
  }
  .milestone {
    padding: 100px 0 120px 60px;
  }
  .milestone-li {
    padding: 10px 0;
  }
  .milestone-li li {
    margin-bottom: -12px;
  }
  .milestone-li li a {
    font-size: 28px;
  }
  .milestone-item li {
    padding: 40px 8% 0 50px;
  }
  .milestone-list {
    width: 75%;
  }
  .honor-wrap p {
    font-size: 24px;
  }
  .honor-li {
    padding: 70px 0 100px;
  }
  .value-wr {
    width: 90%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 1360px) {
  .product-info {
    left: 45px;
    right: 45px;
  }
  .footer-wrap {
    width: 90%;
  }
  .ptext {
    margin-left: -45%;
    width: 90%;
  }
  .inner {
    width: 90%;
  }
  .honor-wrap {
    width: 90%;
  }
  .honor-wrap p {
    width: 100%;
  }
  .product-top {
    margin-left: 0;
  }
  .plat-info p{
     font-size: 14px;
    line-height: 1.6; 
  }
  .value-info p {
    font-size: 14px;
    line-height: 1.8;
  }
  .journey-list li strong {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .menu {
    position: fixed;
    left: 100%;
    top: 72px;
    bottom: 0;
    padding-bottom: 30px;
    padding-top: 50px;
    width: 100%;
    background: #fff;
    display: block;
    text-align: center;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transition: 0.78s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .menu.show {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .menu > li {
    margin-left: 0;
  }
  .menu > li:hover .sub-menu {
    transform: none;
  }
  .menubtn {
    display: block;
    margin-left: 22px;
  }
  .menu > li {
    padding: 0;
  }
  .sub-menu {
    position: relative;
    display: none;
    transition: 0s;
    left: 0;
    transform: none;
    opacity: 1;
    visibility: visible;
    background: rgba(29, 108, 225, 0.1);
  }
  .sub-menu:before {
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -5px;
    content: "";
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid rgba(29, 108, 225, 0.1);
  }
  .menu > li > a {
    padding: 20px 0;
  }
  .since {
    padding: 90px 0;
    background-attachment: local;
  }
  .home-product {
    display: block;
  }
  .journey {
    padding: 60px 0 70px;
    background-attachment: local;
  }
  .journey-title {
    padding-left: 5%;
  }
  .journey-list {
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .journey-list li {
    margin-bottom: 1px;
    width: 50%;
    flex: none;
  }
  .mores {
    margin-top: 32px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer-top {
    display: block;
  }
  .footer-address {
    margin-top: 30px;
    width: 100%;
  }
  .footer-bott {
    display: block;
  }
  .copy {
    margin-bottom: 10px;
  }
  .plat-box {
    padding: 60px 0;
  }
  .plat-wrap {
    margin: auto;
    width: 90%;
    display: block;
  }
  .plat-imgs {
    padding-top: 0;
    width: 100%;
  }
  .plat-info {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .about-why {
    background-attachment: local;
  }
  .about-title {
    font-size: 32px;
  }
  .why-list {
    display: block;
  }
  .why-info {
    width: 100%;
  }
  .why-info p {
    font-size: 15px;
  }
  .our-value {
    display: block;
  }
  .value-imgs {
    width: 100%;
  }
  .value-wrap {
    position: relative;
  }
  .value-imgs figure {
    position: relative;
  }
  .value-fix {
    position: relative;
    clip-path: inset(0 0 0 0);
    padding: 40px 0;
  }
  .milestone {
    padding: 60px 5% 50px 5%;
  }
  .milestone-li li a {
    font-size: 24px;
    padding-left: 24px;
  }
  .milestone-li li a {
    padding-top: 12px;
  }
  .milestone-li li a:before {
    display: none;
  }
  .milestone-list {
    margin-top: 40px;
    width: 82%;
  }
  .milestone-item li {
    padding: 32px 5%;
    margin-bottom: 30px;
  }
  .milestone-menu {
    margin-left: -15px;
  }
  .milestone-item li.active figure {
    transform: translateY(0px);
  }
  .event {
    padding-top: 60px;
  }
  .event-btn a {
    margin-right: 32px;
    font-size: 24px;
  }
  .event-btn {
    margin-bottom: 20px;
  }
  .event-wrap p {
    width: 70%;
  }
  .views-info strong {
    font-size: 24px;
  }
  .ibanner {
    height: 240px;
  }
  .views-inner {
    padding: 50px 0 70px;
  }
  .return-back {
    margin-top: 50px;
  }
  .informate {
    padding: 50px 0 100px;
  }
  .product-list li a {
    padding-top: 60px;
    width: 90%;
  }
  .product-wrap {
    margin-top: 40px;
  }
  .parameter-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .paremeter-tab {
    width: 1100px;
  }
  .paramete-title,
  .paremeter-tab thead tr th:nth-child(1),
  .paremeter-tab tbody tr td:nth-child(1) {
    padding-left: 5vw;
  }
  .product-slide {
    height: 50vh !important;
    margin-top: 10vh;
  }
   .banner-slide figure img{
      display:none;
  }
  .banner-slide figure .baimgphone{
       display:block;
  }
 
  .return-back button p{
      display: none;
  }
  .return-back button{
      width:100%;
     padding:5px;
  }
  .return-back-pro{
      right: 10px;
  }
  .max-product {
    height: auto;
  }
  .parameter-info {
    padding-bottom: 100px;
  }
  .paremater-fix {
    width: 90%;
  }
  .menu > li > a:before {
    display: none;
  }
  #page-loc .about-fox {
    height: 100vh !important;
  }
  .probanner .product-fixs {
    position: relative;
  }
  .modal .modal-bg .coverbg.init {
    height: 50vh !important;
    background-size: 100% auto;
  }
  .return-back1 {
    position: fixed;
    right: 5%;
  }
  .return-back1 a {
    width: 65px;
    padding: 10px 0;
  }
  .proimgs {
    height: 100% !important;
  }
}
@media screen and (max-width: 861px) {
  .footer-bott {
    margin-top: 30px;
  }
  .copy {
    display: block;
  }
  .milestone-li li a {
    font-size: 26px;
  }
  .honor-li {
    padding: 45px 0;
  }
  .honor-list li {
    margin-right: 0;
    width: 100%;
  }
  .honor-list li p {
    font-size: 18px;
  }
  .views-inner,
  .views-info {
    width: 90%;
  }
  .contact {
    padding: 60px 0;
  }
  .contact-wrap {
    display: block;
  }
  .contact-map {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 641px) {
  .menu > li > a {
    padding: 14px 0;
  }
  .header {
    height: 62px;
    box-shadow: 0 0 5px rgba(29, 108, 225, 0.1);
  }
  .logo {
    width: 160px;
  }
  .mtop {
    height: 62px;
  }
  .menu {
    top: 62px;
  }
  .play-video {
    width: 80px;
    height: 80px;
    top: 12%;
  }
  .play-wr i {
    margin-right: 5px;
  }
  .play-wr span {
    font-size: 12px;
  }
  .btext p {
    font-size: 32px;
    line-height: 1.4;
  }
  .banner-numble {
    right: 0%;
    height: 80px;
    width: 80px;
    padding-left: 16px;
    padding-top: 16px;
  }
  .banner-numble span{
      width: 48px;
  }
  .since-wrap {
    display: block;
  }
  .since-text {
    width: 100%;
  }
  .since-text p {
    font-size: 20px;
  }
  .product-info strong {
    font-size: 26px;
  }
  .product-info p {
    font-size: 14px;
  }
  .product-info i {
    margin-top: 16px;
    line-height: 1;
  }
  .product-info {
    left: 5%;
    right: 5%;
  }
  .home-product-item:hover .product-info {
    height: 150px;
  }
  .product-info i {
    font-size: 18px;
  }
  .journey-list {
    display: block;
  }
  .journey-list > li {
    margin-bottom: 0;
    width: 100%;
  }
  .mores {
    margin-top: 20px;
    width: auto;
    text-align: center;
  }
  .journey-list li {
    padding: 42px 10% 0;
  }
  .journey-title {
    font-size: 26px;
  }
  .footer-address {
    display: block;
  }
  .address-item {
    margin-bottom: 20px;
  }
  .address-item:last-child {
    margin-bottom: 0;
  }
  .ptext {
    left: 5%;
    bottom: 40px;
  }
  .introduct {
    padding: 55px 0 70px;
  }
  .introduct-wrap strong {
    margin-bottom: 18px;
    font-size: 32px;
  }
  .introduct-info p {
    font-size: 16px;
  }
  .plat-info strong {
    font-size: 32px;
  }
  .plat-info p {
    font-size: 15px;
  }
  .plat-box {
    padding: 40px 0;
  }
  .value-imgs strong {
    font-size: 32px;
  }
  .value-info p {
    font-size: 15px;
  }
  .milestone-item li {
    display: block;
  }
  .milestone-item li figure {
    width: 100%;
  }
  .milestone-info {
    margin-top: 20px;
    width: 100%;
  }
  .milestone-li {
    padding: 30px 0 0;
  }
  .milestone-li li a {
    padding-left: 22px;
    font-size: 22px;
  }
  .milestone {
    padding: 40px 5%;
  }
  .honor-box {
    padding: 50px 0;
  }
  .honor-wrap p {
    font-size: 20px;
  }
  .honor-box {
    padding: 40px 0;
  }
  .honor-li {
    padding: 40px 0 20px;
  }
  .ptext {
    margin-left: 0;
  }
  .pscoll {
    right: 5%;
    bottom: 40px;
    font-size: 18px;
  }
  .event {
    padding-top: 40px;
  }
  .event-btn a {
    margin-right: 24px;
    font-size: 22px;
  }
  .event-wrap {
    padding: 26px 0;
  }
  .event-wrap p {
    font-size: 18px;
  }
  .event-wrap time {
   
  }
  .views-info strong {
    padding-top: 24px;
  }
  .videobtn {
    font-size: 44px;
    margin-left: -22px;
    margin-top: -22px;
  }
  .more-list li a {
    display: flex;
    justify-content: space-between;
  }
  .more-list li a i {
    display: none;
  }
  .more-list li a p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
  }
  .more-list {
    margin-top: 30px;
  }
  .views-info strong {
    font-size: 20px;
  }
  .view-address {
    margin-bottom: 40px;
  }
  .ptext p {
    font-size: 14px;
  }
  .technical {
    padding: 50px 0 100px;
  }
  .technical-list li a p {
    line-height: 1.4;
    font-size: 14px;
  }
  .contact {
    padding: 50px 0;
  }
  .contact-map span {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
  }
  .contact-tt {
    font-size: 20px;
  }
  .address {
    margin-top: 18px;
  }
  .address p {
    font-size: 14px;
  }
  .informate-row {
    display: block;
  }
  .row-item {
    margin-bottom: 12px;
    width: 100%;
  }
  .row-item input {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
  }
  .informate-area {
    margin-bottom: 30px;
  }
  .informate-sub input {
    width: 160px;
    height: 50px;
    line-height: 50px;
  }
  .probanner figure {
    height: auto !important;
  }
  .probanner figure img {
    position: relative;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .product-fixs {
    position: relative;
    padding: 34px 5%;
    background: #fff;
    border-bottom: 1px solid rgba(29, 108, 225, 0.1);
  }
  .product-fixs .ptext {
    width: 100%;
  }
  .product-hide b {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }
  .product-list li a:hover .product-hide {
    height: 123px;
  }
  .product-list li a {
    padding-top: 40px;
  }
  .product-min li {
    width: 46px;
    height: 46px;
  }
  .pscoll {
    bottom: 30px;
  }
  .menu > li > a {
    font-size: 18px;
  }
  .menu {
    padding-top: 100px;
  }
  .sub-menu li a {
    font-size: 16px;
  }
  .btext span,
  .btext a {
    font-size: 12px;
  }
  .btext {
    left: 10%;
    top: 80%;
  }
  .since-text p,
  .since-year small {
    font-size: 18px;
  }
  .since-year time {
    font-size: 15vw;
  }
  .product-info strong,
  .journey-title {
    font-size: 20px;
  }
  .product-info {
    height: 24px;
  }
  .journey-list li strong {
    font-size: 18px;
  }
  .journey-list li p {
    font-size: 12px;
  }
  .address-item p {
    font-size: 13px;
    max-width: 100%;
  }
  .address-item b {
    font-size: 13px;
  }
  .ptext p {
    font-size: 12px;
  }
  .product-wrap strong {
    font-size: 13px;
  }
  .paremater-fix {
    font-size: 13px;
  }
  .introduct-wrap strong,
  .plat-info strong,
  .about-title,
  .value-imgs strong {
    font-size: 24px;
  }
  .introduct-info p,
  .plat-info p,
  .why-info p,
  .value-info p {
    font-size: 13px;
  }
  .event-wrap p,
  .address p {
    font-size: 13px;
  }
  .event-btn a,
  .informate-top strong {
    font-size: 20px;
  }
  .honor-wrap p {
    font-size: 18px;
  }
  .honor-list li p {
    font-size: 16px;
  }
  .contact-share a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
  }
  .share a {
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
  }
  .journey-info time {
    font-size: 12px;
  }
  .pro-cs span,
  .paremeter-tab tbody tr td {
    font-size: 12px;
  }
  .address-item p {
    font-size: 12px;
  }
  .milestone-list {
    width: 74%;
  }
  .milestone-info p {
    font-size: 14px;
    line-height: 1.5;
  }
  .milestone-item li {
    padding: 24px 5%;
  }
  #page-loc .fluid-rec {
    height: 240px !important;
  }
  #page-loc .about-fox {
    height: 100vh !important;
  }
  #page-loc {
    top: 62px;
  }
  .page-loc1 {
    position: absolute !important;
  }
  .journey-list li {
    height: 250px;
  }
  .aboutus figure{
    justify-content: right;
    position: relative;
    width: 150%;
}
}
@media screen and (max-width: 481px) {
  .copy p {
    margin-right: 0;
  }
  .address-item b {
    margin-bottom: 8px;
  }
  .event-wrap p {
    font-size: 16px;
    width: 58%;
  }
  .event-wrap span {
    width: 42px;
    height: 42px;
    line-height: 42px;
  }
  .milestone-li {
    padding-top: 20px;
  }
  .milestone-li li a {
    padding-left: 16px;
    font-size: 18px;
  }
  .milestone-list {
    width: 77%;
  }
  .milestone-menu i {
    transform: scale(0.7);
    transform-origin: center bottom;
  }
}
